/** General **/
.btn,
.form-control,
.card,
.dropdown-menu,
.nav-tabs .nav-link {
    border-radius: 0 !important;
}

.home-header {
    text-transform: uppercase;
}

.slide-text-wrapper {
    display: none;
}

.slide-text-wrapper {
    display: none;
}

.home-slider-prev {
    display: none;
}

.home-slider-next {
    display: none;
}

.home-slider-pagination {
    display: none;
}

/** Header **/
.logo-wrapper {
    text-align: center;
}

.phone-wrapper {
    text-align: center;
}

.btn-slider {
    padding: .375rem 2rem;
    margin-top: 1rem;
}

.cart-mobile .item-count {
    height: 1.1rem;
    min-width: 1.1rem;
    border: 1px solid #ffffff !important;
}

.home-header {
    text-align: center;
}

.predictive-search-results .list-group-item:first-child,
.predictive-search-results .list-group-item:last-child {
    border-radius: 0;
}

/** Categories **/

.card-header:first-child {
    border-radius: 0;
}

/** Slider **/
.container-slider {
    padding: 0;
}

.container-main.container-fluid .slide-image {
    min-height: 600px;
}

.slide-text-container {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    min-height: inherit;
    padding: 0;
}

.slide-image {
    min-height: 655px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slide-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    max-width: 500px;
    padding: 1rem;

}

.slide-sub-header {
    font-weight: 300;
}

.home-slider-prev,
.home-slider-next {
    font-size: 3rem !important;
}

/** Categories Slider **/

.home-categories-slider-prev .fal,
.home-categories-slider-next .fal {
    font-weight: 900;
}

.home-categories-slider-prev .fa-angle-left:before {
    content: "\f137";
}

.home-categories-slider-next .fa-angle-right:before {
    content: "\f138";
}

/** Product Slider **/
.list-products-slider-prev .fal,
.list-products-slider-next .fal {
    font-weight: 900;
}

.list-products-slider-prev .fa-angle-left:before {
    content: "\f137";
}

.list-products-slider-next .fa-angle-right:before {
    content: "\f138";
}

/** Products **/
.product-info .product-rating,
.product-info .product-free-shipping,
.product-info .product-add-to-wishlist {
    font-size: 0.75rem;
}

.product-info .product-rating .rating {
    min-width: auto;
}

.list-products .product-action .input-group-quantity,
.list-products .product-action .button-add-to-cart {
    max-width: 225px;
}

/** Newsletter **/
.newsletter-desc {
    text-align: center;
}

/** Manufacturer **/
.manufacturers-list .manufacturer-slide {
    width: 16.66%;
    height: 165px;
    overflow: hidden;
}

.manufacturers-list .manufacturer {
    border: 1px solid;
    margin: 5px;
    padding: 10px;
    height: 155px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

.manufacturers-list .manufacturer img {
    max-width: 125px;
    max-height: 125px;
}

.manufacturers-slider-prev,
.manufacturers-slider-next {
    font-size: 2rem;
    top: 58%;
}

/** Footer **/
.container-footer {
    text-align: center;
}

.container-footer h5 {
    text-transform: uppercase;
}

.address-wrapper .nav-link {
    padding: 0.5em 0;
}

.store-address {
    display: flex;
    justify-content: center;
}

.social-links {
    margin-left: -5px;
}

.social-links .nav-item {
    margin: 5px;
}

.info-wrapper .nav-link,
.support-wrapper .nav-link {
    padding-left: 0;
}

.swiper-button-prev,
.swiper-button-next {
    font-size: 2rem;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .5;
}

.swiper-pagination-bullet {
    opacity: 1;
    width: .5rem;
    height: .5rem;
}

@media (min-width: 576px) {
    .container-footer {
        text-align: left;
    }

    .store-address {
        justify-content: end;
    }
}

@media (min-width: 768px) {
    .container-main {
        min-height: 515px;
    }

    .newsletter-desc {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .container-main {
        min-height: 450px;
    }

    .home-header {
        text-align: left;
    }

    .logo-wrapper {
        text-align: left;
    }

    .search-wrapper {
        width: 350px;
        margin-left: auto;
    }

    .predictive-search-results {
        width: 350px !important;
        left: unset !important;
        padding: 0 !important;
    }

    .phone-wrapper {
        text-align: left;
    }

    .main-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        position: relative;
    }

    .main-nav .nav-link:before {
        content: "";
        width: 1px;
        height: 1rem;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .main-nav .nav-item:last-child .nav-link:before{
        display: none;
    }

    .slide-text-wrapper {
        max-width: 700px;
    }

    .slide-text-wrapper.slide-position-right {
        left: auto;
        right: 25px;
        transform: translate(0, -50%);
    }

    .slide-text-wrapper.slide-position-left {
        left: 25px;
        transform: translate(0, -50%);
    }

    .slide-position-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .home-products-slider {
        position: relative;
        overflow: hidden;
    }

    .list-products-slider,
    .home-categories-slider {
        overflow: visible;
        position: unset;
    }

    .manufacturers-slider-prev,
    .manufacturers-slider-next,
    .list-products-slider-prev,
    .list-products-slider-next,
    .home-categories-slider-prev,
    .home-categories-slider-next {
        top: 24px;
    }

    .manufacturers-slider-prev,
    .list-products-slider-prev,
    .home-categories-slider-prev {
        left: auto;
        right: 50px;
    }

    .swiper-pagination-bullet {
        width: 1rem;
        height: 1rem;
    }
}

@media (min-width: 1200px) {
    .container-main {
        min-height: 455px;
    }
}

@media (min-height: 1300px) {
    .container-main {
        min-height: 791px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }

    .container-main {
        min-height: 500px;
    }
}

@media screen and (max-width: 992px) {
    h2.slide-header {
        font-size: 4rem !important;
    }

    h3.slide-sub-header {
        font-size: 1.5rem !important;
    }

    body h1,
    body .h1 {
        font-size: 1.625rem !important;
    }

    body h2,
    body .h2 {
        font-size: 1.5rem !important;
    }

    body h3,
    body .h3 {
        font-size: 1.375rem !important;
    }

    body h4,
    body .h4 {
        font-size: 1.25rem !important;
    }

    body h5,
    body .h5 {
        font-size: 1.125rem !important;
    }

    body h6,
    body .h6 {
        font-size: 1rem !important;
    }
	.slide-image {
    min-height: 260px;
}
}

@media screen and (max-width: 768px) {
    h2.slide-header {
        font-size: 2rem !important;
    }

    h3.slide-sub-header {
        font-size: 1.2rem !important;
    }
}